eĿlipsis
a language independent preprocessor
 
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Loading...
Searching...
No Matches
ellipsis_special_c_comment_specials.c
Go to the documentation of this file.
1SPECIAL_TEXT0(### C comments)
2
3SPECIAL_TEXT0(| start | end | category | note |)
4SPECIAL_TEXT0(|-|-|-|-|)
5SPECIAL_ADDON("//", "\n", comment)
6SPECIAL_ADDON("/*", "*/", comment)
__directive__ end
Definition directives.c:561
@ comment
Definition ellipsis-category.h:36
#define SPECIAL_ADDON(STARTER, CLOSER, CAT,...)
Definition ellipsis-special.h:379
#define SPECIAL_TEXT0(...)
Definition ellipsis-special.h:383