Re: unresolved symbols while building on windows+nmake
Dimitri van Heesch <dimitri <at> stack.nl>
2004-07-25 14:06:53 GMT
On Fri, Jul 23, 2004 at 10:07:27PM +0200, Enrico Maasch wrote:
> Hi,
>
> I have found 'doxygen' on a friends computer. Now, while starting a
> serious programin project, I thinked to use this nice tool,too. After
> learning the fundamental use and considering the comands included the
> doxygen-language, I had missed some few features.
>
> How about that:
> \xparam a free labeling \param block inspired by \xrefitem - i like
> the <dl>-style of a \param section
Could be useful indeed, if it cannot be made with ALIASES and/or
\par already that is.
> \vval called 'valid values', an implementation of \xparam to
> describe the valid intended values for an attribute
> (i.e 'align' has the valid values (0,1,2,3), handled by appropriate
> macros ('left', 'right', 'center', 'justified'))
I would call this \range, but it may be useful indeed (at least I often
find this missing in the documentation of a parameter).
> I have taken the source from CVS an started the build process by
> invoking the provided batch file
>
> make.bat msvc
>
> Naturally, I have considered all given recomendations of the install
> guide from doxygens doc.
(Continue reading)