Skip to content

Commit

Permalink
Update documentation for Scanner and AnchorDict, and fix formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeder committed May 13, 2016
1 parent a45a617 commit 148da47
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 89 deletions.
12 changes: 7 additions & 5 deletions include/yaml-cpp/contrib/anchordict.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,13 @@
#include "../anchor.h"

namespace YAML {
/// AnchorDict
/// . An object that stores and retrieves values correlating to anchor_t
/// values.
/// . Efficient implementation that can make assumptions about how anchor_t
/// values are assigned by the Parser class.
/**
* An object that stores and retrieves values correlating to {@link anchor_t}
* values.
*
* <p>Efficient implementation that can make assumptions about how
* {@code anchor_t} values are assigned by the {@link Parser} class.
*/
template <class T>
class AnchorDict {
public:
Expand Down
Loading

0 comments on commit 148da47

Please sign in to comment.