Gui: Fix header uniformity, whitespace, and doxygen fixes

This commit is contained in:
luz paz
2020-11-25 22:03:45 -05:00
committed by wwmayer
parent c6faecdcee
commit 298c677873
283 changed files with 2026 additions and 1903 deletions

View File

@@ -35,7 +35,7 @@ namespace Gui
/**
* The DocumentObserverPython class is used to notify registered Python instances
* whenever something happens to a document, like creation, destruction, adding or
* removing viewproviders or when viewprovider property changes. This is the equivalent to the app
* removing viewproviders or when viewprovider property changes. This is the equivalent to the app
* python document observer
*/
class GuiExport DocumentObserverPython
@@ -49,7 +49,7 @@ public:
static void addObserver(const Py::Object& obj);
static void removeObserver(const Py::Object& obj);
private:
private:
/** Checks if a new document was created */
void slotCreatedDocument(const Gui::Document& Doc);
/** Checks if the given document is about to be closed */