diff --git a/reactos/subsys/system/explorer/Makefile b/reactos/subsys/system/explorer/Makefile index f3cde812cf3..450ae13eb02 100644 --- a/reactos/subsys/system/explorer/Makefile +++ b/reactos/subsys/system/explorer/Makefile @@ -69,8 +69,12 @@ all: buildno.h $(TARGET) docu: doxy-footer.html doxygen Doxyfile -full-docu: +full-docu: docu + -cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp + cmd /c move /y doxy-doc\html\index.chm ros-explorer.chm doxygen Doxyfile-all + -cmd /c start /b /low /wait hhc doxy-doc\html\index.hhp + cmd /c move /y doxy-doc\html\index.chm ros-explorer-full.chm doxy-footer.html: ever updatefooter diff --git a/reactos/subsys/system/explorer/globals.h b/reactos/subsys/system/explorer/globals.h index fe361f6ad62..3e607c3e955 100644 --- a/reactos/subsys/system/explorer/globals.h +++ b/reactos/subsys/system/explorer/globals.h @@ -47,12 +47,13 @@ extern struct ExplorerGlobals #define LOG(x) if (g_Globals._log) _ftprintf(g_Globals._log, TEXT("%s\n"), (LPCTSTR)(x)); - /// conventient loading of string resources + /// convenient loading of string resources struct ResString : public String { ResString(UINT nid); }; + /// struct ResIcon { ResIcon(UINT nid);