On Sat, 3 May 2014 14:00:06 +0200
Albert <albert.te...@gmail.com> wrote:
> Tried to reproduce it but wasn't successful. Can you create a small
> example including (stripped with the -s option) Doxyfile?

Sure.  Use this as the only source file, "eg.c":

/**\file eg.c
\brief Example source.
*/

/**\defgroup testgrp Test Group
\brief This is sentence one.  This is sentence two. */

/**\ingroup testgrp
\brief Blah blah.
\details These are the details. */
void whatever (void) {
};

Place that in a directory with the attached Doxyfile (this is the
default produced by my 'doxygen -g -s').  Run 'doxygen' and look at 
'html/modules.html':

<td class="desc">This is sentence one. This is sentence two </td>

Notice the period after "two" has been removed. Again, if I place an
extra period in the source to compensate, that extra period will
reappear in other places where the brief description is reproduced
(e.g., together with the detailed description).


Sincerely, MK


-- 
"Enthusiasm is not the enemy of the intellect." (said of Irving Howe)

Attachment: Doxyfile
Description: Binary data

------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.  Get 
unparalleled scalability from the best Selenium testing platform available.
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users

Reply via email to