Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
drewnoakes committed May 24, 2020
1 parent 8e181ef commit 39767c1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Source/com/drew/metadata/plist/BplistReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
* A limited-functionality binary property list (BPLIST) utility.
* Parser functionality accounts for "dict" (with simple integer and string values) and "data".
*
* https://opensource.apple.com/source/CF/CF-550/ForFoundationOnly.h
* https://opensource.apple.com/source/CF/CF-550/CFBinaryPList.c
* https://synalysis.com/how-to-decode-apple-binary-property-list-files/
*
* @author Bob Johnson
* @see https://opensource.apple.com/source/CF/CF-550/ForFoundationOnly.h
* @see https://opensource.apple.com/source/CF/CF-550/CFBinaryPList.c
* @see https://synalysis.com/how-to-decode-apple-binary-property-list-files/
*/
public class BplistReader
{
Expand Down

0 comments on commit 39767c1

Please sign in to comment.