Skip to content

Commit

Permalink
Some documentation improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
joto committed Jul 16, 2012
1 parent a8fdfa6 commit e778b82
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Expand Up @@ -1244,7 +1244,7 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.

PREDEFINED = OSMIUM_WITH_GEOS OSMIUM_WITH_SHPLIB OSMIUM_WITH_PBF_INPUT OSMIUM_WITH_PBF_OUTPUT OSMIUM_WITH_XML_INPUT OSMIUM_WITH_XML_OUTPUT
PREDEFINED = __linux__ OSMIUM_WITH_GEOS OSMIUM_WITH_SHPLIB OSMIUM_WITH_PBF_INPUT OSMIUM_WITH_PBF_OUTPUT OSMIUM_WITH_XML_INPUT OSMIUM_WITH_XML_OUTPUT


# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -43,7 +43,7 @@ check-includes:
indent:
astyle --style=java --indent-namespaces --indent-switches --pad-header --suffix=none --recursive include/\*.hpp examples/\*.cpp examples/\*.hpp osmjs/\*.cpp test/\*.cpp

doc: doc/html/files.html
doc: doc/html/files.html Doxyfile

doc/html/files.html: include/*.hpp include/*/*.hpp include/*/*/*.hpp
doxygen >/dev/null
Expand Down
2 changes: 1 addition & 1 deletion include/osmium/geometry/haversine.hpp
Expand Up @@ -30,7 +30,7 @@ namespace Osmium {
namespace Geometry {

/**
* Functions to calculate arc distance on Earth using the haversine formula.
* @brief Functions to calculate arc distance on Earth using the haversine formula.
*
* See http://en.wikipedia.org/wiki/Haversine_formula
*
Expand Down
3 changes: 3 additions & 0 deletions include/osmium/javascript/wrapper/osm.hpp
Expand Up @@ -36,6 +36,9 @@ namespace Osmium {

namespace Javascript {

/**
* @brief Functions wrapping %Osmium objects for use from %Javascript
*/
namespace Wrapper {

struct OSMTagList : public Osmium::Javascript::Template {
Expand Down
3 changes: 3 additions & 0 deletions include/osmium/utils/timestamp.hpp
Expand Up @@ -27,6 +27,9 @@ You should have received a copy of the Licenses along with Osmium. If not, see

namespace Osmium {

/**
* @brief Miscellaneous utility functions
*/
namespace Utils {

/**
Expand Down

0 comments on commit e778b82

Please sign in to comment.