Skip to content

Commit 7bc8659

Browse files
author
crossbowerbt
committed
changed argument name in documentation
1 parent 0591848 commit 7bc8659

20 files changed

+316
-32
lines changed

gdb_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def parse_disassembled_output(output, regex=''):
235235
##
236236
# Disassemble a function
237237
#
238-
# @param function_name (str) name of the function to disassemble
238+
# @param func_name (str) name of the function to disassemble
239239
# @param regex (str) optional regular expression applied to the instruction mnemonic
240240
#
241241
# @return list of instructions represented by a dictionary address->instr_code

html/files.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/gdb__utils_8py.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/index.html

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/namespacegdb__utils.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/namespacemembers.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/namespacemembers_func.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/namespaces.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

html/search/search.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,18 @@
77

88
var indexSectionsWithContent =
99
{
10+
0: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100110100000010101100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
11+
1: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
12+
2: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
13+
3: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100110000000010101100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
1014
};
1115

1216
var indexSectionNames =
1317
{
18+
0: "all",
19+
1: "namespaces",
20+
2: "files",
21+
3: "functions"
1422
};
1523

1624
function convertToId(search)

latex/doxygen.sty

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
\fancyplain{}{\bfseries\thepage}%
2828
}
2929
\rfoot[\fancyplain{}{\bfseries\scriptsize%
30-
Generated on Mon Oct 17 2011 08:06:12 by Doxygen }]{}
30+
Generated on Mon Oct 17 2011 08:19:13 by Doxygen }]{}
3131
\lfoot[]{\fancyplain{}{\bfseries\scriptsize%
32-
Generated on Mon Oct 17 2011 08:06:12 by Doxygen }}
32+
Generated on Mon Oct 17 2011 08:19:13 by Doxygen }}
3333
\cfoot{}
3434

3535
%---------- Internal commands used in this style file ----------------

0 commit comments

Comments
 (0)