mirror of https://github.com/kiwix/libkiwix.git
fixup! Readd a `SearchRenderer` constructor without `Library` argument.
This commit is contained in:
parent
609bc24cbe
commit
cc3545ac3b
|
@ -49,8 +49,8 @@ class SearchRenderer
|
||||||
/**
|
/**
|
||||||
* Construct a SearchRenderer from a SearchResultSet.
|
* Construct a SearchRenderer from a SearchResultSet.
|
||||||
*
|
*
|
||||||
* The constructed version of the SearchRendered will not introduce
|
* The constructed version of the SearchRenderer will not introduce
|
||||||
* the book name for each result. It is better to use the another constructor
|
* the book name for each result. It is better to use the other constructor
|
||||||
* with a Library pointer to have a better html page.
|
* with a Library pointer to have a better html page.
|
||||||
*
|
*
|
||||||
* @param srs The `SearchResultSet` to render.
|
* @param srs The `SearchResultSet` to render.
|
||||||
|
|
Loading…
Reference in New Issue