On Thu, 16 Sep 2010, Tim Kroeger wrote: > This keep annoying me continuously, so I tracked it back and found that the > attached patch solves the problem, although I don't know why. I'll check that > in if nobody objects.
I wonder if doxygen is getting confused by my spartan ifdefs there? Unless you take one preprocessor path or the other the braces don't even match up; of course the compiler will be fine but perhaps doxygen's parser gets confused by it. Maybe try making a copy of that "return false;\n}" and put the two copies inside the two halfs of the ifdef/else? That would be a cleaner solution. Of course, if the fix you've found is the only one that works then by all means, check it in, cleaner be damned. > Will the documentation be regenerated and uploaded automatically then? No; "make doc upload" does that. You should have write permissions to the svn web space, but if it gives you any trouble let us know. Thanks!! --- Roy ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
