From fa8c89ddf503ceeb917d5c62f8583ee2bc569aef Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 27 Jan 2022 21:22:59 +0000 Subject: [PATCH] Move docs on replacing c++ class methods to C++ section [skip ci] --- Doc/Manual/Contents.html | 5 +++- Doc/Manual/SWIG.html | 56 +++------------------------------------- Doc/Manual/SWIGPlus.html | 56 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+), 53 deletions(-) diff --git a/Doc/Manual/Contents.html b/Doc/Manual/Contents.html index 6db478d61..a3d0dcb4e 100644 --- a/Doc/Manual/Contents.html +++ b/Doc/Manual/Contents.html @@ -171,7 +171,7 @@
  • Renaming and ignoring declarations
  • Overloaded operators
  • Class extension +
  • Templates