Changed overall color scheme of developer-level documentation to a light-red color. Also renamed Doxygen configuration used to generate developer documentation. This will make it obvious at a glance whether somebody is reading the user documentation or developer documentation.

This commit is contained in:
Ward Fisher 2014-07-30 14:23:27 -06:00
parent 8479d0733a
commit 4347623287
3 changed files with 2366 additions and 1934 deletions

1934
Doxyfile

File diff suppressed because it is too large Load Diff

2364
Doxyfile.developer Executable file

File diff suppressed because it is too large Load Diff

View File

@ -9,6 +9,8 @@ This file contains a high-level description of this package's evolution. Release
### 4.3.3-rc1 Released TBD
* Converted the [Manually-maintained FAQ page](http://www.unidata.ucar.edu/software/netcdf/docs/faq.html) into markdown and added it to the `docs/` directory. This way the html version will be generated when the rest of the documentation is built, the FAQ will be under version control, and it will be in a more visible location, hopefully making it easier to maintain.
* Bumped minimum required version of `cmake` to `2.8.12`. This was necessitated by the adoption of the new `CMAKE_MACOSX_RPATH` property, for use on OSX.
* Jennifer Adams has requested a reversion in behavior so that all dap requests include a constraint. Problem is caused by change in prefetch where if all variables are requested, then no constraint is generated. Fix is to always generate a constraint in prefetch.