avkonst 11 years ago
parent
commit
18ddc5f0d5
2 changed files with 13 additions and 12 deletions
  1. 11 11
      mainline/LIMITATIONS.md
  2. 2 1
      mainline/README.md

+ 11 - 11
mainline/LIMITATIONS.md

@@ -3,19 +3,19 @@
 + C/C++, C# and Java parsers do not recognise definition of functions or overloaded operators
 in case of embeded comments after identifier name and before the list of arguments.
 
-  - This function is not detected by Metrix++:
-  
-      int getMax /* undesarable comment */ (int* array, int length)
-      {
-          /* ... */
-      }
+    - This function is not detected by Metrix++:
+    
+        int getMax /* undesarable comment */ (int* array, int length)
+        {
+            /* ... */
+        }
       
-  - This function is detected:
-  
-      int getMax(int* array, int length) /* here is fine */
-      {
+    - This function is detected:
+    
+        int getMax(int* array, int length) /* here is fine */
+        {
           /* ... */
-      }
+        }
 
 + C/C++ parser does not recognise comments within preprocessor statements.
 These comments are considered to be parts of a define.

+ 2 - 1
mainline/README.md

@@ -2,6 +2,7 @@
 
 Metrix++ is an extendable tool for code metrics collection and analysis.
 Check projects documentation for additional information:
+
 * [http://metrixplusplus.sourceforge.net](http://metrixplusplus.sourceforge.net)
 * ./doc folder within the distributive
 
@@ -37,4 +38,4 @@ This program is free software; you can redistribute it and/or modify it under th
 
 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License along with the Metrix++; if not, contact Project Administrator
+You should have received a copy of the GNU General Public License along with the Metrix++; if not, contact [Project Administrator](mailto:mailto:avkonst@users.sourceforge.net)