vlp-7 More documentation in code.
[vlp.git] / src / lgconfig / lgconfig.cpp
index ce241aae169999c4ab1d31dc253facd92d819f01..b130153b47e11ceef37ac4d923de6f27a6c4c48b 100644 (file)
@@ -27,7 +27,8 @@ class VLPEntry {
 public:
        int ID;
        char addr[255];
-       int type;  /* 0 - explicit */
+       /** 0 - explicit */
+       int type;
        char progdir[255];
        char homedir[255];
        char item[255];
@@ -102,6 +103,9 @@ bool QInstall::check_addr(char *addr)
        return TRUE;
 }
 
+/**
+ * @attention Currently not in use
+ */
 void QInstall::Info()
 {
 }