aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Bytecode
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-06-08 13:49:17 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-06-08 13:49:17 +0000
commitef39012738a36bd7dd0a51fd94810426978c9455 (patch)
tree07667a08bcdac8811a04563f068e387048680ad8 /include/llvm/Bytecode
parentf5d0af39163d560ccc9488741b994c6c8112dfc3 (diff)
downloadexternal_llvm-ef39012738a36bd7dd0a51fd94810426978c9455.zip
external_llvm-ef39012738a36bd7dd0a51fd94810426978c9455.tar.gz
external_llvm-ef39012738a36bd7dd0a51fd94810426978c9455.tar.bz2
Fix case of doxygen directive `\p': it's lowercase.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14068 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Bytecode')
-rw-r--r--include/llvm/Bytecode/Analyzer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Bytecode/Analyzer.h b/include/llvm/Bytecode/Analyzer.h
index e6df72f..3bc944f 100644
--- a/include/llvm/Bytecode/Analyzer.h
+++ b/include/llvm/Bytecode/Analyzer.h
@@ -71,7 +71,7 @@ struct BytecodeAnalysis {
};
/// 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 @@ void AnalyzeBytecodeFile(
/// 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