[llvm-commits] CVS: llvm/include/llvm/Bytecode/Analyzer.h

Misha Brukman brukman at cs.uiuc.edu
Tue Jun 8 08:54:01 PDT 2004


Changes in directory llvm/include/llvm/Bytecode:

Analyzer.h updated: 1.2 -> 1.3

---
Log message:

Fix case of doxygen directive `\p': it's lowercase.


---
Diffs of the changes:  (+3 -3)

Index: llvm/include/llvm/Bytecode/Analyzer.h
diff -u llvm/include/llvm/Bytecode/Analyzer.h:1.2 llvm/include/llvm/Bytecode/Analyzer.h:1.3
--- llvm/include/llvm/Bytecode/Analyzer.h:1.2	Tue Jun  8 00:55:53 2004
+++ llvm/include/llvm/Bytecode/Analyzer.h	Tue Jun  8 08:49:17 2004
@@ -71,7 +71,7 @@
 };
 
 /// This function is the main entry point into the bytecode analysis library. It
-/// allows you to simply provide a \P filename and storage for the \P Results 
+/// allows you to simply provide a \p filename and storage for the \p Results 
 /// that will be filled in with the analysis results.
 /// @brief Analyze contents of a bytecode File
 void AnalyzeBytecodeFile(
@@ -82,8 +82,8 @@
 
 /// This function is an alternate entry point into the bytecode analysis
 /// library. It allows you to provide an arbitrary memory buffer which is
-/// assumed to contain a complete bytecode file. The \P Buffer is analyzed and
-/// the \P Results are filled in.
+/// assumed to contain a complete bytecode file. The \p Buffer is analyzed and
+/// the \p Results are filled in.
 /// @brief Analyze contents of a bytecode buffer.
 void AnalyzeBytecodeBuffer(
        const unsigned char* Buffer, ///< Pointer to start of bytecode buffer





More information about the llvm-commits mailing list