Skip to content

Commit

Permalink
Doxygen: Base/Parameter.h description
Browse files Browse the repository at this point in the history
Adding a cursory description for `Parameter.h` + typo fix for it's companion .cpp file. 

.
  • Loading branch information
luzpaz authored and yorikvanhavre committed Oct 19, 2019
1 parent 4614eb9 commit 788a509
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Base/Parameter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ using namespace Base;

//**************************************************************************
//**************************************************************************
// privat classes declaration:
// private classes declaration:
// - DOMTreeErrorReporter
// - StrX
// - DOMPrintFilter
Expand Down
7 changes: 7 additions & 0 deletions src/Base/Parameter.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@
* Juergen Riegel 2002 *
***************************************************************************/

/**
* \file Parameter.h
* \brief The classes defined here are used to interface with the XML-based
* FreeCAD config files: user.cfg and system.cfg files. It can parse, get,
* and store the parameters/configurations for the user's preferences.
* 3rd party Xerces-C++ XML parser is used to parse and write the XML.
*/

#ifndef BASE__PARAMETER_H
#define BASE__PARAMETER_H
Expand Down

0 comments on commit 788a509

Please sign in to comment.