chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac4f35f
)
m.dox: remove dead code.
author
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 1 Jan 2018 19:58:53 +0000
(20:58 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Mon, 1 Jan 2018 20:37:15 +0000
(21:37 +0100)
pelican-plugins/m/dox.py
patch
|
blob
|
history
diff --git
a/pelican-plugins/m/dox.py
b/pelican-plugins/m/dox.py
index ecc9a5ea78a360c12fbad68d31c8338cde2523bd..90d18939d79b8bdaea581c9ce48ab0736b14837a 100644
(file)
--- a/
pelican-plugins/m/dox.py
+++ b/
pelican-plugins/m/dox.py
@@
-73,7
+73,6
@@
def init(pelicanobj):
# Linking to namespaces, structs and classes
if child.attrib['kind'] in ['class', 'struct', 'namespace']:
- symbol_mapping[child.find('name').text] = path + child.find('filename').text
name = child.find('name').text
link = path + child.find('filename').text
symbol_mapping[name] = link