Commit b9d6ddae2faff99e5c35dc63688fc917f8b48843

Authored by Scott Klum
1 parent 5f659009

Added comments regarding FBI documents and known bugs

Showing 1 changed file with 2 additions and 1 deletions
openbr/plugins/format.cpp
... ... @@ -773,7 +773,8 @@ BR_REGISTER(Format, scoresFormat)
773 773 * \ingroup formats
774 774 * \brief Reads FBI EBTS transactions.
775 775 * \author Scott Klum \cite sklum
776   - *
  776 + * https://www.fbibiospecs.org/ebts.html
  777 + * \note This will fail if a binary blob contains any of the fields attempt to locate within the file
777 778 */
778 779 class ebtsFormat : public Format
779 780 {
... ...