Changed multi-line C comments into another style.
The left side doesn't look unbalanced.
This commit is contained in:
@@ -93,15 +93,15 @@ Span* OpenSpan (void);
|
||||
|
||||
Span* CloseSpan (Span* S);
|
||||
/* Close the given span. Be sure to replace the passed span by the one
|
||||
* returned, since the span will get deleted if it is empty or may be
|
||||
* replaced if a duplicate exists.
|
||||
*/
|
||||
** returned, since the span will get deleted if it is empty or may be
|
||||
** replaced if a duplicate exists.
|
||||
*/
|
||||
|
||||
void OpenSpanList (Collection* Spans);
|
||||
/* Open a list of spans for all existing segments to the given collection of
|
||||
* spans. The currently active segment will be inserted first with all others
|
||||
* following.
|
||||
*/
|
||||
** spans. The currently active segment will be inserted first with all others
|
||||
** following.
|
||||
*/
|
||||
|
||||
void CloseSpanList (Collection* Spans);
|
||||
/* Close all open spans by setting PC to the current PC for the segment. */
|
||||
|
||||
Reference in New Issue
Block a user