From b90f16d4dbc86cde408ff591f3456f378f08b9c1 Mon Sep 17 00:00:00 2001 From: "Jan W. Krieger" Date: Tue, 15 Jan 2019 21:28:07 +0100 Subject: [PATCH] fixed some documentation errors (wrong image links ...) --- doc/images/palettes/palette_invtrafficlight.png | Bin 0 -> 587 bytes lib/jkqtplotter/jkqtpgraphsfilledcurve.h | 4 ++-- lib/jkqtplottertools/jkqtpimagetools.h | 6 +++--- lib/jkqtplottertools/jkqtptools.h | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 doc/images/palettes/palette_invtrafficlight.png diff --git a/doc/images/palettes/palette_invtrafficlight.png b/doc/images/palettes/palette_invtrafficlight.png new file mode 100644 index 0000000000000000000000000000000000000000..ca438c2c201b5c326af346a0d0aecc6106687b8f GIT binary patch literal 587 zcmeAS@N?(olHy`uVBq!ia0y~yU<5K5BskcBtfY3~O+XH3fk$L90|Vb-5N14{zaj-F z_t(?KF{EP7+gbJghYSST_*s)Ye0uKx|1BsY+WIm3?W@~slb7ar{8+B`-R|UM?dFuN zyRC1XxY21*DLQewb*i3`acTvyHF{e!js0iTo|lYQeZt~3eT)S^p1N7#Bz`mcmvwcEif zcCgn(G~E3UqjXKi-uxuNM`k;ke?JhMcEN%B?mu~(#ybU!cSKYtX#d@-9N!%KYx<=r z4zvGdBrO;EpjjWt^fZ-IB#?8<%X$vg3(NNNnkTS5ndgwVgJGxo1Zh2oy@Ip6Hj7Bf zmUchf-@8gE&H5sE`It+i>qHUlvjI*A1(XzO54HO zhvBIKcq2Czps*B7jA1P`+wu5}6fT409M-G}?HP6@BJ*IPov$by*raD6M$9 L`njxgN@xNAspR&A literal 0 HcmV?d00001 diff --git a/lib/jkqtplotter/jkqtpgraphsfilledcurve.h b/lib/jkqtplotter/jkqtpgraphsfilledcurve.h index 2dc727b808..65b9dff9c3 100644 --- a/lib/jkqtplotter/jkqtpgraphsfilledcurve.h +++ b/lib/jkqtplotter/jkqtpgraphsfilledcurve.h @@ -31,7 +31,7 @@ /*! \brief This implements filled curve plots where the area is filled between the plot line and the x-Axis. \ingroup jkqtplotter_linesymbolgraphs - \image html plot_filledcurvexplots.png + \image html plot_filledcurvexerrorplots.png */ class LIB_EXPORT JKQTPfilledCurveXGraph: public JKQTPxyGraph { Q_OBJECT @@ -236,7 +236,7 @@ class LIB_EXPORT JKQTPfilledCurveXErrorGraph: public JKQTPfilledCurveXGraph, pub /*! \brief This implements filled curve plots where the area is filled between the plot line and y-Axis \ingroup jkqtplotter_linesymbolgraphs - \image html plot_filledcurveyplots.png + \image html plot_filledcurvexplots.png */ class LIB_EXPORT JKQTPfilledCurveYGraph: public JKQTPfilledCurveXGraph { Q_OBJECT diff --git a/lib/jkqtplottertools/jkqtpimagetools.h b/lib/jkqtplottertools/jkqtpimagetools.h index b3614af475..9f99714c38 100644 --- a/lib/jkqtplottertools/jkqtpimagetools.h +++ b/lib/jkqtplottertools/jkqtpimagetools.h @@ -63,7 +63,7 @@ enum JKQTPMathImageColorPalette { JKQTPMathImageINVERTED_CYAN, /*!< \image html palettes/palette_invcyan.png */ JKQTPMathImageYELLOW, /*!< \image html palettes/palette_yellow.png */ JKQTPMathImageINVERTED_YELLOW, /*!< \image html palettes/palette_invyellow.png */ - JKQTPMathImageMAGENTA, /*!< \image html palettes/palettes/palette_magenta.png */ + JKQTPMathImageMAGENTA, /*!< \image html palettes/palette_magenta.png */ JKQTPMathImageINVERTED_MAGENTA, /*!< \image html palettes/palette_invmagenta.png */ @@ -91,8 +91,8 @@ enum JKQTPMathImageColorPalette { JKQTPMathImageBLACKBLUEREDYELLOW, /*!< \image html palettes/palette_BBlRdYe.png */ JKQTPMathImageGREENREDVIOLET, /*!< \image html palettes/palette_GnRdVi.png */ - JKQTPMathImageBLACKBLUEVIOLETYELLOWWHITE, - JKQTPMathImageWHITEYELLOWVIOLETBLUEBLACK, /*!< \image html palettes/palette_.png */ + JKQTPMathImageBLACKBLUEWHITEYELLOWWHITE, /*!< \image html palettes/palette_BWprint.png */ + JKQTPMathImageWHITEYELLOWWHITEBLUEBLACK, /*!< \image html palettes/palette_invBWprint.png */ JKQTPMathImageBR_GR, /*!< \image html palettes/palette_BrBG.png */ JKQTPMathImagePU_OR, /*!< \image html palettes/palette_PuOr.png */ JKQTPMathImageGN_BU, /*!< \image html palettes/palette_greenblue.png */ diff --git a/lib/jkqtplottertools/jkqtptools.h b/lib/jkqtplottertools/jkqtptools.h index 749e26ecd6..2953a02f59 100644 --- a/lib/jkqtplottertools/jkqtptools.h +++ b/lib/jkqtplottertools/jkqtptools.h @@ -371,7 +371,7 @@ enum JKQTPgraphSymbols { JKQTPdownTriangle=10, /*!< \brief an unfilled triangle (tip at bottom) \image html symbols/symbol_symbol_down_triangle.png */ JKQTPfilledDownTriangle=11, /*!< \brief a filled triangle (tip at bottom) \image html symbols/symbol_symbol_filled_down_triangle.png */ JKQTPdiamond=12, /*!< \brief an unfilled diamond \image html symbols/symbol_symbol_diamond.png */ - JKQTPfilledDiamond=13, /*!< \brief a filled diamond \image html symbols/symbol_symbol_filled_diamind.png */ + JKQTPfilledDiamond=13, /*!< \brief a filled diamond \image html symbols/symbol_symbol_filled_diamond.png */ JKQTPstar=14, /*!< \brief an unfilled diamond \image html symbols/symbol_symbol_star.png */ JKQTPfilledStar=15, /*!< \brief a filled diamond \image html symbols/symbol_symbol_filled_star.png */ JKQTPpentagon=16, /*!< \brief an unfilled pentagon \image html symbols/symbol_symbol_pentagon.png */