You are here: More Information > Special Tasks
Special Tasks
Technical Reference
> Comment Finding > Comments Preceding Symbols
Close
Doc-O-Matic 10
Example: Comments Preceding Symbols

Doc-O-Matic associates the comment with the symbol that follows, as in the following example.

// The Sort function sorts the list. bool MyList::Sort(int Options) { [...] }

Doc-O-Matic handles all comment styles equally, so the following comments result in identical documentation texts:

/* The Sort function sorts the list. */ // The Sort function sorts the list.
Copyright © 2000-2020 toolsfactory software inc. All rights reserved.