Re: [PATCH] Code tidying for subversion/include/config.h

2013-03-26 Thread C. Michael Pilato
On 03/26/2013 07:54 AM, Gabriela Gibson wrote: > I've found that if you use one "*" in the comment like so: > > /* code-only comment */ > > Doxygen doesn't pick this up Yup. > I could not find a way to preserve the comment placement in the > documentation, however, given the layout of the html

Re: [PATCH] Code tidying for subversion/include/config.h

2013-03-26 Thread Gabriela Gibson
On 25/03/13 13:40, C. Michael Pilato wrote: Note that if there's a way to make the additional comment *not* show up in our doxygen docs, that's preferred -- I don't suspect the indentation-dependent layout of that header will survive the transformation to that output format. After trying out @

Re: [PATCH] Code tidying for subversion/include/config.h

2013-03-25 Thread C. Michael Pilato
On 03/24/2013 10:52 AM, Gabriela Gibson wrote: > Oh -- I hadn't noticed that at all -- I've never seen this trick before and > I think that the log message that explains it should be in the code file, > because some folks might not realize what is happening here and miss out, I > certainly did :)

Re: [PATCH] Code tidying for subversion/include/config.h

2013-03-24 Thread Gabriela Gibson
On 23/03/13 15:58, Daniel Shahaf wrote: Gabriela Gibson wrote on Sat, Mar 23, 2013 at 15:27:31 +: [[[ Align variables for easier reading. *subversion/include/config.h(): Align variables. ]]] -0. The indentation is intention and reflects the nesting (e.g., --config-option=servers:glo

Re: [PATCH] Code tidying for subversion/include/config.h

2013-03-23 Thread Daniel Shahaf
Gabriela Gibson wrote on Sat, Mar 23, 2013 at 15:27:31 +: > [[[ > Align variables for easier reading. > > *subversion/include/config.h(): Align variables. > ]]] > -0. The indentation is intention and reflects the nesting (e.g., --config-option=servers:global:http-proxy-username=danielsh).