Standardize multiline comment blocks.
This commit is contained in:
@@ -20,7 +20,8 @@
|
|||||||
|
|
||||||
char *progname;
|
char *progname;
|
||||||
|
|
||||||
/* pregap correction modes
|
/*
|
||||||
|
* pregap correction modes
|
||||||
* APPEND - append pregap to previous track (except for first track)
|
* APPEND - append pregap to previous track (except for first track)
|
||||||
* PREPEND - prefix pregap to current track
|
* PREPEND - prefix pregap to current track
|
||||||
* SPLIT - print breakpoints for beginning and end of pregap
|
* SPLIT - print breakpoints for beginning and end of pregap
|
||||||
@@ -80,7 +81,8 @@ void print_breaks (Cd *cd, int gaps)
|
|||||||
|
|
||||||
for (i = 1; i <= cd_get_ntrack(cd); i++) {
|
for (i = 1; i <= cd_get_ntrack(cd); i++) {
|
||||||
track = cd_get_track(cd, i);
|
track = cd_get_track(cd, i);
|
||||||
/* when breakpoint is at:
|
/*
|
||||||
|
* when breakpoint is at:
|
||||||
* index 0: gap is prepended to track
|
* index 0: gap is prepended to track
|
||||||
* index 1: gap is appended to previous track
|
* index 1: gap is appended to previous track
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -244,7 +244,8 @@ void track_field (char *conv, int length, Cd *cd, int trackno, Value *value)
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* print a % conversion specification
|
/*
|
||||||
|
* print a % conversion specification
|
||||||
* %[flag(s)][width][.precision]<conversion-char>
|
* %[flag(s)][width][.precision]<conversion-char>
|
||||||
*/
|
*/
|
||||||
void print_conv (char *start, int length, Cd *cd, int trackno)
|
void print_conv (char *start, int length, Cd *cd, int trackno)
|
||||||
@@ -374,7 +375,8 @@ int info (char *name, int format, int trackno, char *d_template, char *t_templat
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* translate escape sequences in a string
|
/*
|
||||||
|
* translate escape sequences in a string
|
||||||
* string is overwritten and terminated
|
* string is overwritten and terminated
|
||||||
* TODO: this does not handle octal and hexidecimal escapes
|
* TODO: this does not handle octal and hexidecimal escapes
|
||||||
* except for \0
|
* except for \0
|
||||||
|
|||||||
Reference in New Issue
Block a user