diff --git a/doc/doxygen_reference.bash b/doc/doxygen_reference.bash new file mode 100755 index 0000000..0485aa8 --- /dev/null +++ b/doc/doxygen_reference.bash @@ -0,0 +1,25 @@ +#!/bin/bash + +# Copyright (C) 2001 +# Housemarque Oy +# http://www.housemarque.com +# +# Permission to copy, use, modify, sell and distribute this software is +# granted provided this copyright notice appears in all copies. This +# software is provided "as is" without express or implied warranty, and +# with no claim as to its suitability for any purpose. + +rm -f reference/*.html reference/*.htm +doxygen doxygen_reference.dox +rm reference/doxygen.css reference/doxygen.gif + +cd reference + +for html in *.html +do + sed -e 's/enum__params__with__a__default_8hpp.html/enum_params_with_a_default.htm/g' -e 's/enum__params__with__defaults_8hpp.html/enum_params_with_defaults.htm/g' $html > $html.tmp + mv $html.tmp $html +done + +mv enum__params__with__a__default_8hpp.html enum_params_with_a_default.htm +mv enum__params__with__defaults_8hpp.html enum_params_with_defaults.htm diff --git a/doc/reference/enum__params__with__a__default_8hpp.html b/doc/reference/enum_params_with_a_default.htm similarity index 95% rename from doc/reference/enum__params__with__a__default_8hpp.html rename to doc/reference/enum_params_with_a_default.htm index 230944e..a656b3d 100644 --- a/doc/reference/enum__params__with__a__default_8hpp.html +++ b/doc/reference/enum_params_with_a_default.htm @@ -12,7 +12,7 @@ #include <boost/preprocessor/tuple.hpp>
- +

Defines

#define BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_A_DEFAULT(N, P, D)
#define BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_A_DEFAULT(N, P, D)
 Generates a comma separated list of parameters with a default. More...


Detailed Description

diff --git a/doc/reference/enum__params__with__defaults_8hpp.html b/doc/reference/enum_params_with_defaults.htm similarity index 95% rename from doc/reference/enum__params__with__defaults_8hpp.html rename to doc/reference/enum_params_with_defaults.htm index d55f109..a3c2b0d 100644 --- a/doc/reference/enum__params__with__defaults_8hpp.html +++ b/doc/reference/enum_params_with_defaults.htm @@ -12,7 +12,7 @@ #include <boost/preprocessor/tuple.hpp>
- +

Defines

#define BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_DEFAULTS(N, P, D)
#define BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_DEFAULTS(N, P, D)
 Generates a comma separated list of parameters with defaults. More...


Detailed Description

diff --git a/doc/reference/files.html b/doc/reference/files.html index 1db4c84..d6953a9 100644 --- a/doc/reference/files.html +++ b/doc/reference/files.html @@ -20,8 +20,8 @@ div.hpp empty.hpp enum_params.hpp - enum_params_with_a_default.hpp - enum_params_with_defaults.hpp + enum_params_with_a_default.hpp + enum_params_with_defaults.hpp enum_shifted_params.hpp equal.hpp greater.hpp diff --git a/doc/reference/globals.html b/doc/reference/globals.html index 93d17a5..542c6e1 100644 --- a/doc/reference/globals.html +++ b/doc/reference/globals.html @@ -19,8 +19,8 @@ : div.hpp
  • BOOST_PREPROCESSOR_EMPTY : empty.hpp
  • BOOST_PREPROCESSOR_ENUM_PARAMS : enum_params.hpp
  • BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_A_DEFAULT -: enum_params_with_a_default.hpp
  • BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_DEFAULTS -: enum_params_with_defaults.hpp
  • BOOST_PREPROCESSOR_ENUM_SHIFTED_PARAMS +: enum_params_with_a_default.hpp
  • BOOST_PREPROCESSOR_ENUM_PARAMS_WITH_DEFAULTS +: enum_params_with_defaults.hpp
  • BOOST_PREPROCESSOR_ENUM_SHIFTED_PARAMS : enum_shifted_params.hpp
  • BOOST_PREPROCESSOR_EQUAL : equal.hpp
  • BOOST_PREPROCESSOR_GREATER : greater.hpp
  • BOOST_PREPROCESSOR_GREATER_EQUAL