hxl0809 / caelum

Automatically exported from code.google.com/p/caelum
0 stars 0 forks source link

CMake should not generate both doc and doxygen Visual Studio projects #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run Cmake (or cmake-gui) in the Caelum root directory.
2. Configure
3. Generate

What is the expected output? What do you see instead?

Expected output is a single documentation project.  What you get instead are 
two different projects.  Since there is no non-doxygen documentation, there 
should be no doc project.

What version of the product are you using? On what operating system?

0.6 on Win32

Please provide any additional information below.

If you want to follow the pattern many other libraries use, there should also 
not be a doxygen project.  The name is normally api-docs.

Original issue reported on code.google.com by drag...@gmail.com on 11 May 2011 at 10:25