Skip to content

Commit

Permalink
Fix capitalization of InstructionAPI namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent dcc78c2 commit 14c865a
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
InstructionDecoder-aarch64.h
============================

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
InstructionDecoder-power.h
==========================

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

2 changes: 1 addition & 1 deletion docs/instructionAPI/developer/InstructionDecoder-x86.h.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
InstructionDecoder-x86.h
========================

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

2 changes: 1 addition & 1 deletion docs/instructionAPI/developer/InstructionDecoderImpl.h.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
InstructionDecoderImpl.h
========================

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

2 changes: 1 addition & 1 deletion docs/instructionAPI/public/ArchSpecificFormatters.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ArchSpecificFormatters.h
########################

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

.. cpp:class:: ArchSpecificFormatter

Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Dereference.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Dereference.h
=============

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

Dereference Class
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Expression.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Expression.h
============

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

Expression Class
----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Immediate.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Immediate.h
===========

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

Immediate Class
---------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Instruction.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Instruction.h
=============

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

Instruction Class
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/InstructionAST.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
InstructionAST.h
================

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

InstructionAST Class
--------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/InstructionCategories.h.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
InstructionCategories.h
=======================

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

2 changes: 1 addition & 1 deletion docs/instructionAPI/public/InstructionDecoder.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
InstructionDecoder.h
====================

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

InstructionDecoder Class
------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Operand.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Operand.h
=========

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

Operand Class
-------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Operation_impl.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Operation_impl.h
================

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

Operation Class
---------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Register.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Register.h
==========

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

RegisterAST Class
-----------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/RegisterIDs.h.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
RegisterIDs.h
=============

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Result.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Result.h
========

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

Result Class
------------
Expand Down
2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Ternary.h.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Ternary.h
=========

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

2 changes: 1 addition & 1 deletion docs/instructionAPI/public/Visitor.h.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Visitor.h
=========

.. cpp:namespace:: Dyninst::instructionAPI
.. cpp:namespace:: Dyninst::InstructionAPI

Visitor Paradigm
----------------
Expand Down

0 comments on commit 14c865a

Please sign in to comment.