Skip to content

Commit

Permalink
Documentation|libdeng2: Fixed a Doxygen error
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Nov 30, 2012
1 parent 2408ac5 commit 94a9634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libdeng2/include/de/data/path.h
Expand Up @@ -195,7 +195,7 @@ class DENG2_PUBLIC Path : public ISerializable, public LogEntry::Arg::Base
/**
* @copydoc operator+
*/
Path operator + (char const *nullTerminatedCStr) const;
Path operator + (char const *str) const;

/**
* Swaps this Path with @a other.
Expand Down

0 comments on commit 94a9634

Please sign in to comment.