Bug 74729 - doxypart: add *.dox to list of default doxygen input files
Summary: doxypart: add *.dox to list of default doxygen input files
Status: RESOLVED NOT A BUG
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.0.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 18:08 UTC by Daniel Franke
Modified: 2004-02-10 11:54 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Franke 2004-02-09 18:08:19 UTC
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.
Comment 1 Amilcar do Carmo Lucas 2004-02-09 19:34:54 UTC
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.


Comment 2 Daniel Franke 2004-02-09 20:04:56 UTC
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' ... 

Comment 3 Daniel Franke 2004-02-09 21:39:26 UTC
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
Comment 4 Amilcar do Carmo Lucas 2004-02-10 10:41:33 UTC
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".
Comment 5 Daniel Franke 2004-02-10 11:54:27 UTC
*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