← Back to team overview

yade-dev team mailing list archive

Re: building doxygen doc

 


A typical scons.config that made the doxygen doc built :

/PREFIX = '/home/bruno/YADE'
variant = '2'
exclude = 'none'
features = 'log4cxx,python'
QTDIR = ['/usr/share/qt3', '/usr/lib/qt', '/usr/qt/3', '/usr/lib/qt-3.3']
CXXFLAGS = []/

I solved the problem by commenting the two last lines in SConstruct 
(well, one is for ctags but i commented it as well)

############# OTHER TARGETS #####################
#env.Command('tags',libDirs,"ctags -R --extra=+q --fields=+n 
--exclude='.*' --exclude=yade-flat --exclude=include --exclude='*.so'")
#env.Alias('doc',env.Command('doc/doxygen/html/index.html',libDirs,"cd 
doc; doxygen Doxyfile"))

Bruno


Janek Kozicki a écrit :
> Bruno Chareyre said:     (by the date of Thu, 05 Jul 2007 15:45:27 +0200)
>
>   
>> Hello, this message is in fact for Vaclav mainly .
>>
>> Currently, building the doxygen documentation takes a lot of time, and 
>> not only during first compilation.
>> I suggest that doxygen build should be made optional, and disabled by 
>> default.
>>     
>
> In fact, vaclav told me, that this documentation is not built by
> default. And you need to especially run a command:
>
>    scons doc
>
> to build a documentation. This makes me wondering if there maybe is
> some scons bug?
>
> Please post here your scons.config file.
>
>   


-- 
_______________
Chareyre Bruno
Maitre de conference

Institut National Polytechnique de Grenoble
Laboratoire 3S (Soils Solids Structures) - bureau I08
BP 53 - 38041, Grenoble cedex 9 - France     Tél : 04.56.52.86.21
________________ 

_______________________________________________
yade-dev mailing list
yade-dev@xxxxxxxxxxxxxxxx
https://lists.berlios.de/mailman/listinfo/yade-dev



References