Last active
August 29, 2015 14:17
-
-
Save macu/5675166cd642cc1719b8 to your computer and use it in GitHub Desktop.
Various block comments for delineating sections of code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* =========================================================================== */ | |
| // 75 ='s followed by title/subject of section. | |
| /* ================================================== */ | |
| // 50 ='s followed by title/subject of section. | |
| /* | |
| |-------------------------------------------------------------------------- | |
| | Title | |
| |-------------------------------------------------------------------------- | |
| | | |
| | Comments | |
| | | |
| */ | |
| /* ========================================================================= | |
| | Title | |
| |-------------------------------------------------------------------------- | |
| | | |
| | Comments | |
| | | |
| */ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment