[libcamera-devel] Documentation: guides: ipa: Fix title underline
diff mbox series

Message ID 20210513081326.741424-1-paul.elder@ideasonboard.com
State Superseded
Headers show
Series
  • [libcamera-devel] Documentation: guides: ipa: Fix title underline
Related show

Commit Message

Paul Elder May 13, 2021, 8:13 a.m. UTC
Fix doxygen error: "Title underline too short."

Fixes: 0906ddb2681a ("Documentation: Add IPA writers guide")
Signed-off-by: Paul Elder <paul.elder@ideasonboard.com>
---
 Documentation/guides/ipa.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Patch
diff mbox series

diff --git a/Documentation/guides/ipa.rst b/Documentation/guides/ipa.rst
index e53486d1..cbffbd9a 100644
--- a/Documentation/guides/ipa.rst
+++ b/Documentation/guides/ipa.rst
@@ -437,7 +437,7 @@  direct return, since it is an int32, while the other output parameter is a
 pointer-based output parameter.
 
 Using the IPA interface (IPA Module)
------------------------------
+------------------------------------
 
 The following header is necessary to implement an IPA Module (with raspberrypi
 as an example):