Version: 3.0.0 (using KDE 3.2.0, SuSE) Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux) OS: Linux (i686) release 2.4.20-4GB * Project Options -> New Files Wizard -> Used Global Types -> dox * add a dox-file (foo.dox) to your project, maybe another target * Run doxygen --> foo.dox isn't taken into account After adding *.dox in Project Options -> doxygen -> input, sources aren't parsed any more and have to be added manually, too. There's not much sense in having dox-umentation files, and not having them as default input to doxygen.
Since 2003-08-05 all projects started with KDevelop (or imported sources) read *.dox files as default. Please read doxygen manual. It works fine here.
It does not here. I have to add explicitly *.dox to Input Patterns, otherwise there isn't any \mainpage ... ?! BTW: the WhatsThis-help at Project Options->Doxygen->Input->Input Patterns doesn't list the '*.dox' ...
Sorry when bothering ... but: Doxygen Manual (www.stack.nl/~dimitri/doxygen/config.html#cfg_file_patterns): -- FILE_PATTERNS If the value of the INPUT tag contains directories, you can use the FILE_PATTERNS tag to specify one or more wildcard patterns (like *.cpp and *.h ) to filter out the source-files in the directories. If left blank the following patterns are tested: .c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp .h++ *.idl *.odl *.cs -- I'm running 1.3.2, but nevertheless ... no '*.dox' here - am I missing something so large I can't see it?! Daniel
I'm sorry but I get the *.dox "for free" in "Project Options->Doxygen->Input->Input Patterns" every time I start a new project in KDevelop. Are you sure you are looking at the HUGE textbox just under Input patterns? Here it contains around 15 patterns rigth "out-of-the box".
*hmmm* Ok, Amilcar 1, Daniel 0. Seems my project was created before 2003-08-05 ... therefore my input-file-pattern-list is still empty. New projects have a full list, including '*.dox' - sorry for bothering. Daniel